home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Music⁄Sounds / BeepSay 1.0.1 / Utilities.h < prev   
Encoding:
C/C++ Source or Header  |  1993-06-01  |  1.4 KB  |  44 lines  |  [TEXT/MPS ]

  1. /******************************************************************************
  2. **
  3. **  Folder Name:    BS
  4. **     File Name:    Utilities.h
  5. **
  6. **   Copyright:    © 1993 by Siren Enterprises, all rights reserved.
  7. **
  8. **   Description:    Support routines for BeepSay
  9. **
  10. *******************************************************************************
  11. **                       A U T H O R   I D E N T I T Y
  12. *******************************************************************************
  13. **
  14. **    Initials    Name
  15. **    --------    -----------------------------------------------
  16. **    kw            Ken Wieschhoff
  17. **
  18. *******************************************************************************
  19. **                      R E V I S I O N   H I S T O R Y
  20. *******************************************************************************
  21. **
  22. **      Date        Time    Author    Description
  23. **    --------    -----    ------    ---------------------------------------------
  24. **    05/17/93    21:03    kw        Original version
  25. **
  26. ******************************************************************************/
  27.  
  28. #include "Resident.h"
  29.  
  30. //•• Prototypes
  31. OSErr MakeA5World(register Handle A5Ref);
  32. long SetA5World(register Handle    A5Ref);
  33. void RestoreA5World(register long oldA5);
  34. void DisposeA5World(register Handle    A5Ref);
  35.  
  36. //•• Declarations
  37. #define     kBeepSaySignature         'BPSA'
  38. #define     cKBPSAChangedResource     'BPSA'
  39. #define        kBeepSayPrefs            "\pBeepSay Prefs"
  40.  
  41.  
  42. #define     kBeepSaySetState         'stat'
  43. #define     kBeepSaySpeakPhrase        'spek'
  44.